ifLeft

inline fun <L, R> Either<L, R>.ifLeft(action: (L) -> Unit): Either<L, R>(source)